home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 1184 < prev    next >
Text File  |  1994-08-27  |  3KB  |  73 lines

  1. Subject: Re: Make It Simple 
  2. Date: Fri, 29 Jul 94 17:36:31 +0100
  3. From: sjg
  4. X-Mts: smtp
  5. Precedence: bulk
  6.  
  7. >   > I think most users would prefer click-to-type, if you have to move the
  8. >   > mouse you may as well click it.
  9. > I think it would be about equal. In my experience preferences are split
  10. > without half the people not having a clue whats going on, and the remaining
  11. > half equally split to what they prefer. Until you've worked in a point to
  12. > type environment you can't really understand its benefits.
  13.  
  14. I for one far prefer a point-to-type environment in a multi-tasking env. On my
  15. Falcon I like the window-topping idea *when it's single-tasking*, but I get
  16. annoyed when I'm running MultiTOS and it takes a click rather than a vague
  17. 'knock the mouse in the right general direction' that is all I do at work.
  18.  
  19. >   > KEYS
  20. >   > *.*.*.*.*.*.
  21. >   > etc...
  22. >   > 
  23. > Not sure I like this, but that's quite possibly because I'm biased towards
  24. > the .Xdefaults style. Given I can't come up with a concrete objection I guess
  25. > you should just ignore me ;-)
  26.  
  27. I'm not sure it's as flexible as the .Xdefaults way of doing things. What about
  28. when you want to specify something for your app (eg: the corpse-offering that
  29. Warwick does :-) that is outside the definitions ?
  30.  
  31. >   > I hope you are wrong. I don't think any app should write to the file, 
  32. only
  33. >   > read.
  34. >   >
  35. > Agreed. Whatever we eventually decide the domain of the defaults file to be,
  36. > it should not be application writeable.
  37.  
  38. Hmm. 
  39. My gut reaction is that it ought to be. I can see problems with people doing
  40. it incorrectly/poorly, so I think there ought to be library support. Sort of
  41. related... I'm a little concerned about how long all this is going to take.
  42. I definately think it's worth keeping the ascii format, but X uses individual
  43. files for app defaults (which get loaded at run time) as well as a general
  44. configuration file (the .Xdefaults file). I'm beginning to think we ought to
  45. have separate files in C:\system\defaults\ along the lines of:
  46.  
  47. C:\system\defaults\...
  48.        defaults        # general file read on app start up
  49.           file1            # AND this is read when 'file1' runs
  50.           file2            # ditto for file2 ...
  51.  
  52. At which point, writing individual app defaults files becomes easier as well.
  53. You don't mess with the defaults file, but you're allowed to change your own.
  54. Of course, the file format in both should be the same. I think X actually
  55. has different file formats for the individual files, they are effectively 
  56. specified as having no <application> (first) field, and the name of the file
  57. is prepended to all the entries. I can't actually see the point of this.
  58.  
  59. One other thing - someone said the file ought to be case sensitive. Why ?
  60. Wouldn't it be easier to have it insensitive ? You can then still use lc
  61. for entries, but you don't need separate entries for Y,y,True,TRUE etc.
  62.  
  63. ATB,
  64.     Simon.
  65. _______________________________________________________________________
  66. \ Simon Gornall - Kings College London. Email: sjg@phlem.ph.kcl.ac.uk /
  67. /    - finger sjg@137.73.4.24 for info on the MiNT distrib kit -      \
  68. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69.  
  70.